Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


Temp-tables used by Connection and Service Type Managers

The managers use the temp-tables to store information about services and service types. The temp-tables use the general form described in Table 2–5.

Table 2–5: Temp-tables defined in af\app\afconttdef.i
Temp-table
Fields
(data types)
tt{&ttPrefix}Service
cServiceName (Character)
cPhysicalService (Character)
cServiceType (Character)
cConnectParams (Character)
lDefaultService (Logical)
tt{&ttPrefix}ServiceType

cServiceType (Character)
cSTProcName (Character)
hSTManager (Handle)
lUseHandle (Logical)
lConnectAtStartup (Logical)

Note: The preprocessor inserted in the temp-table name allows you to define separate Service and Service Type temp-tables for different managers by passing in different values to the definition statements in af\app\afconttdef.i.

The managers also use the temp-table described in Table 2–6.

Table 2–6: Temp-tables defined in af\sup2\afsrvtype.i
Temp-table
Fields
(data types)
ttService
cServiceName (Character)
cPhysicalService (Character)
cConnectParams (Character)
cServiceHandle (Character)
lDefaultService (Logical)
lConnectAtStartup (Logical)
{&ServiceTypeFields}


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095